Add support to Xend XML-RPC server for HTTP/1.1 Keep-Alive.
authoranthony@rhesis.austin.ibm.com <anthony@rhesis.austin.ibm.com>
Tue, 20 Jun 2006 09:25:18 +0000 (10:25 +0100)
committeranthony@rhesis.austin.ibm.com <anthony@rhesis.austin.ibm.com>
Tue, 20 Jun 2006 09:25:18 +0000 (10:25 +0100)
commitb908c58770c211c3d841300d7c28a27938018628
tree7302bb5e18252d4fc0c7f95aa41f5cefab11e203
parent18ff1c9e42d88a37ff512b1d2f925a5473c2f7a8
Add support to Xend XML-RPC server for HTTP/1.1 Keep-Alive.

This patch fixes a few bugs in the Python SimpleXMLRPC server and enables
HTTP/1.1 by default.  This allows a client to use Keep-Alive.  Keep-Alive
improves performance by eliminating the overhead of connection setup and,
more importantly, avoids credential caching when executing multiple
commands over a secure connection.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
tools/python/xen/util/xmlrpclib2.py